Skip to content

Instantly share code, notes, and snippets.

@nobodxbodon
Last active November 30, 2017 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobodxbodon/edf8febe97517ffed2012c8566dea43f to your computer and use it in GitHub Desktop.
Save nobodxbodon/edf8febe97517ffed2012c8566dea43f to your computer and use it in GitHub Desktop.
网站 支持中文命名 调试信息显示正确 测试语言 细节
码农谷 Java 编译速度一般, 但对Java中文命名的支持最好
闪电编程 大部分 Java public类只能用英文命名, 非public类和方法/变量都支持
dooccn 大部分 Java 同闪电编程
w3school.com.cn JavaScript 调试信息在浏览器控制台中, 中文字符显示的是unicode原码: \u4EBA is not defined
jsfiddle.net JavaScript 同w3school
IDEOne 部分 Java 类名不能为中文: Runtime Error. 方法/变量可以.
AnyCodes 部分 Java 类名不能为中文: There must be a public class. Please check your code. 方法/变量可以.
CodePad C, Python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment