彩信中的内部超链接
是否可以在彩信中放置内部超文本链接(或锚点)。 我不想让 MMS 服务的用户在多个链接之间进行选择并进入 MMS。 知道这怎么可能吗?
Is it possible to put an internal hypertext link (or anchor) inside a MMS. I wan't to offer a user of a MMS service to choose between several links and make his way inside the MMS.
Any idea how it is possible ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您如何撰写彩信? 您是否使用某种 API 或网关消息编译器? 或者从头开始创建消息(多部分 MIME)?
我相信 MMS 中的默认 mimetype 是 WAP/WML(可能是 application/vnd.wap.mms-message ?),在这种情况下,您可以将页面构建为一系列卡片。 即是这样的:
w3schools有一个很好的教程在 WML 上
how are you composing your MMS? are you using some kind of API or gateway message compiler? or creating the message from scratch (multipart MIME)?
I believe the default mimetype in MMS is WAP/WML (possibly application/vnd.wap.mms-message ?) in which case you can construct your page as series of cards. i.e. something like this:
w3schools have a good tutorial on wml