We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var scanf = require('scanf'); console.log('請輸入文字:'); var name = scanf('%s'); console.log(name);
嘉義 �Ÿq
上面是我的程式碼,請問一下,執行程式的時候,我輸入嘉義顯示的結果好像是ANSI碼�Ÿq,請問我要怎麼把她轉成中文字呢? 因為之後的程式要讀取剛剛輸入的中文字
The text was updated successfully, but these errors were encountered:
No branches or pull requests
var scanf = require('scanf');
console.log('請輸入文字:');
var name = scanf('%s');
console.log(name);
嘉義
�Ÿq
上面是我的程式碼,請問一下,執行程式的時候,我輸入嘉義顯示的結果好像是ANSI碼�Ÿq,請問我要怎麼把她轉成中文字呢? 因為之後的程式要讀取剛剛輸入的中文字
The text was updated successfully, but these errors were encountered: