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.
我正在尝试做一个简单的测试,包括从 HTML 调用 Glympse,但没有得到任何结果。这就是我正在编码的内容:
<!DOCTYPE html> <html> <body> <p><a href="glympse:">test</a></p> </body> </html>