当事件有撇号时,fullcalendar 会出现一个小问题——它消失了
我正在将 fullcalendar 与 mysql 记录集和 php 一起使用。它工作得很好,但如果事件有撇号,则日历不会出现。
是否有一种快速简便的方法来转义撇号或自动将其从字符串中删除?
I am using fullcalendar with a mysql recordset and php. It works really well, but if an event has an apostrophe, the calendar does not appear.
Is there a quick and easy way to escape the apostrophe or strip it from the string automatically ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用反斜杠字符“\”转义撇号:
Escape your apostrophe's with the backslash character '\':