按照“手把手教你开发HelloWord” 输入一遍代码真机运行后,报错
undefined is not a function (evaluating 'plus.webview.currentWebView()')
plus这个对象也找不到,请问怎么回事啊?
if(window.plus)
{
plusReady();
}
else
{
document.addEventListener('plusready',plusReady,false);
}
function plusReady()
{
console.log("plusReady");
var ws = plus.webview.currentWebView();
};
2 个回复
乐赚 - 玩完
垃圾回答
泡泡
这是因为你没有引入 mui.min.js 原因