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.
MDN使用:
JSON.stringify(value[, replacer [, space]])
而不仅仅是这个:
JSON.stringify(value, replacer, space)
方括号是什么意思?
It's a conventional way in technical documentation of saying that part is optional.