如何在 Javascript 中定义串联?
我只懂Lua和HTML。但我正在尝试扩展到 Javascript。
如何在其末尾添加串联? ID 始终是一个数字。
如何在 lua 中完成(如果这有帮助,请表达我的观点)“http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=”..X
I only really know Lua, and HTML. But I'm trying to expand to Javascript.
How do I add a concatenation to the end of this? The ID is always a number.
How it would be done in lua (if this helps, make my point) "http://www.roblox.com/My/PrivateMessage.aspx?RecipientID="..X
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
JavaScript 中的字符串连接可以使用运算符 + 来完成。例子:
String concatenation in javascript can be done with the operator +. Example: