Minuhy

Results 2 comments of Minuhy

参数写错了,uin换成自己的

留言板图片格式大概这样的:[img,300,200]http://a2.qpic.cn/psb?/V1rf=0-0[/img] 可以把 template_filters.py 中的 IMG_PATTERN 正则从 `re.compile(r"\[img\](.*?)\[/img\]")` 改为 `re.compile(r"\[img.*\](.*?)\[/img\]")` 这样可以正常显示图片,但是传入的s中使用`print("s(type):", type(s), 's:', s)`打印发现依然会有 `s(type): s: `这种类型,可能是模板引擎那边传过来的,模板引擎我不太懂,暂时只能通过判断规避这种类型