js SyntaxError: identifier starts immediately after numeric literal

编程知识 更新时间:2023-05-02 18:58:48

SyntaxError: identifier starts immediately after numeric literal
init.chanagePhone(4028818454952b74015495349c110003)
  


<c:forEach var="instance" items="${requestScope.userAllDevice}"

                                varStatus="status">
                                <li class="active" title="${instance.deviceName}"><a id="${instance.id}"
                                    class="isphone" href="javascript:void(0);" οnclick=" init.chanagePhone(${instance.id})"><i class="icon-phone-offline"></i><span
                                        class="text">${instance.deviceName}</span></a>

      </c:forEach>

红色部分改成  init.chanagePhone('${instance.id}')"

更多推荐

js SyntaxError: identifier starts immediately after numeric literal

本文发布于:2023-04-28 04:09:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/c973ae43f11affccd26c03aba8303b2f.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:identifier   SyntaxError   js   starts   literal

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 107558文章数
  • 27221阅读数
  • 0评论数