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.
我刚刚在我的 Galaxy nexus 手机中安装了果冻豆并尝试调试我的应用程序。连接到我的电脑后,我注意到 Eclipse 无法正确读取 logcat 中的日志信息。文本列显示正确,但我看到一个?在标签,PID等其他列中标记。
应该是过时的 ADT 工具的案例
我正在使用这个正则表达式来尝试查找看起来像这样的链接,并将它们替换为仅链接的开始和结束标记之间的内容。
正则表达式:
/<a class="tag_link"[^>]*>([^<]*)<\/a>/mg
我在示例代码上测试了正则表达式并且它可以工作,但是当我尝试