我正在开发一个excel外接程序,其中很少的流涉及到与对话的数据交换。使用"Office.context.ui.messageParent“将数据从子节点发送到父节点。Uncaught (in promise) TypeError: Office.context.ui.messageParent is not a functionat tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (r
我有一台nodejs服务器,我正试图用它来派生一个Python进程,并将数据传入和传出web页面。在Python端,我尝试使用Python的stdin/stdout管道。从Python到nodejs再到服务器的一切都运行得很好。但是,当我尝试使用stdin.write将数据从nodejs传回Python时,node崩溃并出现"write after end“错误。我想知道我用来从Python接收的套接字是否与我试图发回的套接字冲突。我使用计时器每秒向网页发送数据。这似