我知道你不能直接将它们一起使用。我怎么能一起使用它们呢?
答案 0 :(得分:1)
Yes, it's possible if you're running JavaScript server-side (such as with node.js). This won't be possible directly with client-side JavaScript, however (i.e., in a web-browser). For that, you'd have to add an extra communication layer such as a REST web service to send your data from the browser and persist it on a server running MySQL.