Javascript 或 jQuery 获取Processingjs 变量?
是否可以将变量从 processingjs 传递到 Javascript / jQuery 以在 AJAX 发送到服务器中使用
Is it possible to pass a variable from processingjs to Javascript / jQuery for use in AJAX send to server
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然有可能。有很多方法,其中一种方法是将您希望传递的变量附加到
window
对象。这不是唯一的解决方案,也绝对不是最优雅的解决方案,但是它确实有效。所以像这样:
Sure it's possible. There are many ways, one of the ways is to attach the variable you wish to pass around to the
window
object. It's not the only solution and definitely not the most elegant solution, but, it works.So something like this: