-
比如把一个模板字符串赋值给变量su,之后typeof检查变量su为object。 |
Beta Was this translation helpful? Give feedback.
Answered by
821938089
Jul 31, 2024
Replies: 1 comment 19 replies
-
给个示例代码,我测试好像没问题 |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rhino会用ConsString处理字符串拼接,这个类没有特别处理,然后typeof时就变成object了