mui.plusReady(function(){
function subid(url){
var starti=url.lastIndexOf("/");
var endi=url.lastIndexOf(".");
return url.slice(starti,endi+1);
}
console.log(1);
console.log("id为"+subid('html/home.html'));
张艺侬
- 发布:2016-08-12 18:12
- 更新:2018-05-19 09:34
- 阅读:3174
在mui.plusReady()里面定义一个方法,console.log时控制台怎么没结果啊?也没报错
分类:HBuilder
2 个回复
Trust - 少说废话
真机运行调试,执行到这一步才会打印哦。
初生牛犊
日志输出到哪了,在哪能看到啊