摘要: https://blog.csdn.net/soindy/article/details/71108356 报错 https://blog.csdn.net/wubaobao1993/article/details/79089552 安装 https://blog.csdn.net/wqhlmark 阅读全文
posted @ 2018-05-06 17:25 龚箭 阅读(99) 评论(0) 推荐(0)
摘要: 这是setting.py 这是item 这是piplines.py debug信息: 执行结果: json文件内容为空 阅读全文
posted @ 2018-04-20 16:16 龚箭 阅读(1234) 评论(0) 推荐(0)
摘要: 属性操作: append()//添加标签 attr(“属性名”,值) 类操作: addCloass(); removeClass(); 文档操作: parrent()上一级元素 children()子元素 sibings 兄弟元素 阅读全文
posted @ 2018-03-16 17:18 龚箭 阅读(130) 评论(0) 推荐(0)
摘要: 数据类型 int,boolm,string object ,undeinder, 运算符 + - * / ++ -- << >> and or not 表达式 if switch for while try cath notflay 阅读全文
posted @ 2018-03-13 18:07 龚箭 阅读(134) 评论(0) 推荐(0)