课程知识点:
给按钮添加链接 getURL 给事件添加超级链接,包括电子邮件链接 on(release){ getURL(“http://www.21shipin.com”,”_blank”); } on(release){ getURL(“mailto: fsdf@fds.com”); }
给按钮添加链接
getURL 给事件添加超级链接,包括电子邮件链接
on(release){ getURL(“http://www.21shipin.com”,”_blank”); } on(release){ getURL(“mailto: fsdf@fds.com”); }