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.
为什么这会是语法错误?它要求一个 = 符号
网络链接计算(“A1”,“B2”)
私有子网络链接计算(a 作为字符串,b 作为字符串)
结束子
不是一个不需要 = 的子函数吗?提前致谢
去掉括号或在过程名称前面加上 Call 一词
它也不喜欢它的类似函数的括号;
cyberlinkcompute "A1","B2"
或更少建议:
call cyberlinkcompute("A1","B2")