-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多个JS文件相互关联能用这个加载吗? #2
Comments
完全可以。比如某前端加密算法依赖
|
谢谢大牛这么快的回复。 |
! function(t) { .................................... |
不知道你的这些js的功能是什么,是不是js加密数据。 |
是对提交的数据做签名的。 |
你能提供一下一个使用该js做数据签名的小demo么。不然我无法只知道phantomjs能否模拟这个对数据做签名的过程。 |
比如
// 加载实现加密算法的js脚本
var wasSuccessful = phantom.injectJs('base64.js');/引入实现加密的js文件/
base64.js 这个JS 依赖另一个 xxx.js 怎么操作呢?
The text was updated successfully, but these errors were encountered: