摘要: js文件: function isOperator(value) { var operatorString = '+-*/()×÷'; return operatorString.indexOf(value) > -1; } function getPrioraty(value) { if(valu 阅读全文
posted @ 2018-02-22 20:04 肥鹅PU火 阅读(1670) 评论(0) 推荐(0)