dr_py/txt/hipy/test_1.txt
2024-01-13 03:57:47 +08:00

22 lines
212 B
Plaintext

[{'key':'你好',
'value':'这是一串代码',
'tip':'可能会有注释','a':true,"b":None,"c":null,'d':True}]
// 单行注释
# 单行注释
/*
多行注释
*/
"""
多行注释
"""
'''
多行注释
'''