Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[js] 第726天 JS中把其它类型转成字符串的方法及规则是什么? #3803

Open
haizhilin2013 opened this issue Apr 10, 2021 · 1 comment
Labels
js JavaScript

Comments

@haizhilin2013
Copy link
Collaborator

第726天 JS中把其它类型转成字符串的方法及规则是什么?

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the js JavaScript label Apr 10, 2021
@touryung
Copy link

  • 强制转换:使用 String(),例如 String(1)
  • 隐式转换:例如 "" + 2,加法里有一个是字符串,整个表达式的结果就是字符串
  • toString():调用非 undefinednull 值的 toString() 方法,例如 [1, 2, 3].toString()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js JavaScript
Projects
None yet
Development

No branches or pull requests

2 participants