从按钮 Dashcode 打开 URL
我确信这非常简单,而且可能只是一行,但我似乎无法在任何地方找到答案。
我正在 Dashcode 中创建一个非常简单的 Web 应用程序(我第一次),它有一个按钮,当您按下它时,它需要链接到一个 url。
似乎找不到任何东西。
非常感谢您抽出时间。
I am sure that this is extremely easy and probably a one liner but I can't seem to find the answer anywhere.
I am creating a very simple web app in Dashcode (my first time) that has a button, when you press it, it needs to link to a url.
Cannot seem to find anything.
Thank you very much for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我依赖 Apple 开发人员为此:
I relied on Apple Developer for this:
试试这个...首先添加按钮事件 onclick (openURL) 然后代码如下...
或者尝试...
Try this... First add button event onclick (openURL) Then code follows...
Or Try...
也试试这个
Try this too
这最终是我所需要的:
This ended up being what I needed: