求问对于包含""的字符串,怎么赋值给变量
Closed this issue · 2 comments
lucasjinreal commented
比如:
let a = " a string with quote "" end "
zekexiao commented
用 \
转意,和其他语言一样的
theJian commented
Or using raw string literals
Closed this issue · 2 comments
比如:
let a = " a string with quote "" end "
用 \
转意,和其他语言一样的
Or using raw string literals