Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在没有 Mac的情况下制作PhoneGap应用程序?iOS我的操作系统是Win 8
PhoneGap
iOS
phonegap build 是一个云服务。它不能在任何人的计算机上运行。
https://build.phonegap.com/
我正在使用这个正则表达式来尝试查找看起来像这样的链接,并将它们替换为仅链接的开始和结束标记之间的内容。
正则表达式:
/<a class="tag_link"[^>]*>([^<]*)<\/a>/mg
我在示例代码上测试了正则表达式并且它可以工作,但是当我尝试