Convention

文件命名规范

  • camelCase
    • testString
  • capitalCase
    • test string
  • constantCase
    • TEST_STRING
  • dotCase
    • test.string

More ...在新窗口打开

同源策略

同源策略在新窗口打开