
Lv.1
程序猿
签名:又分手了... 我要对象...
在 【APP工匠内测用户征集】控件商城即将上线,参与内测抢先体验 中回复
APP工匠内测申请表
APP工匠内测来啦!!!!一定要认真填写提交申请哦! 1.个人信息(要让喵喵找得到你参加内测哦)* QQ(必填) <textarea id="option_61567f3efb0723f412c85856" class="blank-placeholder blank option textarea-width textarea-input textarea-scrollbar textarea-maxh-pc" cols="30" name="option_61567f3efb0723f412c85856" rows="1" data-inith="21"></textarea> 方便的话可以留下你的手机号(选填) <textarea id="option_61567f3efb0723f412c85858" class="blank-placeholder blank option textarea-width textarea-input textarea-scrollbar textarea-maxh-pc" cols="30" name="option_61567f3efb0723f412c85858" rows="1" data-inith="21"></textarea> 2.你知道APP工匠内测要做什么吗?* <input id="option_61567f3efb0723f412c8585c" class="option" name="question_61567f3efb0723f412c85850" type="checkbox" value="61567f3efb0723f412c8585c"> 会写JS或者可以快速学会写JS <input id="option_61567f3efb0723f412c8585d" class="option" name="question_61567f3efb0723f412c85850" type="checkbox" value="61567f3efb0723f412c8585d"> 开发出一个控件 <input id="option_61567f3efb0723f412c8585e" class="option" name="question_61567f3efb0723f412c85850" type="checkbox" value="61567f3efb0723f412c8585e"> 找到BUG恶意利用 <input id="option_61567f3efb0723f412c85861" class="option" name="question_61567f3efb0723f412c85850" type="checkbox" value="61567f3efb0723f412c85861"> 提供多个无用信息 <input id="option_61567f3efb0723f412c85862" class="option" name="question_61567f3efb0723f412c85850" type="checkbox" value="61567f3efb0723f412c85862"> 认真配合官方喵的工作 <input id="option_61567fa1b5ce879772c019da" class="option" name="question_61567f3efb0723f412c85850" type="checkbox" value="61567fa1b5ce879772c019da"> 找到bug反馈给coco鸭 提交2021-10-17T20:33:18 点赞:0
在 黑———历————史———————————————— 中回复
2020年4月17日,空降到了编程猫
2020年10月16日22:39:29 要走了...........
2021-10-24T11:48:51 点赞:0
在 《python的奇怪知识又增加啦·第一期》 中回复
def text_create(name, msg):
path = ''#这里是创建文件的路径😁
full_path = path + name + '.html'#各单位注意,‘H喵L’是一个文件格式,其它常见文件格式并且用这个程序创建可以运行的还有:doc,docx,rtf……
file = open(full_path, 'w')
file.write(msg)
text_create('test','H喵L')#标题和正文内容自己更改,不过注意,如果你想换行,要用‘\n’来表示,如果你想用tab,那就是用‘\t’来表示😉2022-01-30T17:05:34 点赞:0