Joined
Last Online
Recent Posts
posted in 资源交流 read more

请教大神怎么获取手机app的cookie,然后使用cookie登录下载指定数据呢

posted in 技术交流 read more

跟你最开始的代码有些不一样😨

posted in 技术交流 read more

可以了,复制了你的代码,可能之前有写错的地方😵

posted in 技术交流 read more

我就是在手机运行的,我是创建了项目,然后两个文件都在项目里面

posted in 技术交流 read more

错误: TypeError: ibozoToast is not a function,
it is undefined. (main.js.js#20)

posted in 技术交流 read more

我跟你一模一样的代码就是运行不了,奇怪了,哈哈

posted in 技术交流 read more

我用的V6。。。。

posted in 技术交流 read more

就比如html引用js文件是这样:<script type="text/javascript" src="test.js"></script>
就是autojs咋引用的不太清楚

posted in 技术交流 read more

你好,你指的是require来调用js文件函数吗,这个试了不行,就就是主脚本是ui界面没办法链接另外一个js脚本

posted in 技术交流 read more

在项目中创建一个主脚本为ui界面,怎么在这个主脚本的ui界面中嵌入其它js脚本文件,就是ui文件跟js文件剥离,然后操作ui界面的按钮输入框什么的可以调用其它js文件脚本