We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[JPEngine startEngine]; NSString *sourcePath = [[[NSBundle mainBundle] bundlePath]stringByAppendingPathComponent:@"js/main.js"]; [JPEngine et:sourcePath]; [JSPatch testScriptInBundle]; 第二个文件是个新的controller,从main。js中跳转会报找不到该类,也没有第二个文件中的console。log,请问如何导入其他js文件?
[JPEngine startEngine]; NSString *sourcePath = [[[NSBundle mainBundle] bundlePath]stringByAppendingPathComponent:@"js/main.js"]; [JPEngine et:sourcePath]; [JSPatch testScriptInBundle];
The text was updated successfully, but these errors were encountered:
对了 已经include第二个js文件了 但是在跳转控制器的时候会报错
Sorry, something went wrong.
No branches or pull requests
[JPEngine startEngine]; NSString *sourcePath = [[[NSBundle mainBundle] bundlePath]stringByAppendingPathComponent:@"js/main.js"]; [JPEngine et:sourcePath]; [JSPatch testScriptInBundle];
第二个文件是个新的controller,从main。js中跳转会报找不到该类,也没有第二个文件中的console。log,请问如何导入其他js文件?
The text was updated successfully, but these errors were encountered: