Uncaught ReferenceError: xxx is not defined 解决办法

VM11371:1 Uncaught ReferenceError: inputSize is not defined
    at <anonymous>:1:1

 

解决办法(根据需求调整):

if((typeof inputSize) == "undefined"){
inputSize = 9;
}
posted on 2019-07-11 14:42  山鹰羽眼  阅读(56348)  评论(0编辑  收藏  举报