Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个 Node.js 函数作为getdate(data1, date2). 我想getdate("hi","hello")从 UIWebview 发送消息。谁能告诉我该怎么做?
getdate(data1, date2)
getdate("hi","hello")
dnode可能会提供帮助。本质上,它允许您通过 RPC 在客户端调用服务器端 JavaScript 函数。换句话说,它可能对你有用。