示例#1
0
文件: test.py 项目: caivega/toCSS
	def test_string(self):
		print(toCSS(obj))
示例#2
0
文件: test.py 项目: caivega/toCSS
	def test_file(self):
		with open('file.css', 'a', encoding='utf-8') as file:
			file.write(toCSS(obj))
		print('1. File.css saved!\n')