Django測試的兩種方式

#coding=utf-8 import urllib import urllib2 host_ip = 'localhost' port = '8000' def get_test_data_list(file_name): with open(file_name,'r') as read_file: return read_file.read
相關文章
相關標籤/搜索