未捕获的SyntaxError:意外的令牌非法
从html调用下面的函数
displaySSHCmdResultDiv('12:21:08 up 4 days, 1:37, 3 users, load average: 0.44, 0.46, 0.44')
在chrome中抛出错误“Uncaught SyntaxError:Unexpected token ILLEGAL”。 任何人都可以帮助我确定问题所在。
根据你的代码函数,aruguments是6,并且用逗号分开,所以每个srting都有完整的单人床
displaySSHCmdResultDiv('12:21:08 up 4 days','1:37',' 3 users', 'load average: 0.44', '0.46', '0.44');
链接地址: http://www.djcxy.com/p/8021.html