这是文档中的代码:
with open("output2.csv", 'w') as outputFile:
wr = csv.DictWriter(outputFile, fieldnames=dict_list[0].keys(), dialect='excel')
wr.writeheader()
wr.writerows(dict_list)
但是[checkbox* your-country use_label_element "China" "India" "San Marino"]
[radio your-sports label_first default:2 "Football" "Tennis" "Pole-vault"]
和radio
在我的代码中不可点击。我在这里想念什么?
checkboxes
答案 0 :(得分:0)
尝试此代码
[radio radio-264 use_label_element默认值:1“ value4 Something”“ value5 Something”] [checkbox checkbox-430 use_label_element“ Value1 Something”“ Value2 Something”]