zoukankan
html css js c++ java
C-字符串
字符串基本使用:
int
main() { printf(
"
asldf
"
); }
"jack" == 'j' + 'a' + 'c' + 'k' + ' '
的ASCII码值是0