摘要: 1 什么是xpath xpath是xml path的缩写,它是一种表达式语言,用于定位xml树中的结点。 2 “/”和“//”的区别 比如"/html/body",取出来的就是该html的body部分所有的内容。 “/”是用来构成绝对路径的,从root结点开始。 “//”是相对寻址的,比如//p,会 阅读全文
posted @ 2017-11-07 14:42 PhoenixTree(梧桐树) 阅读(334) 评论(0) 推荐(0)
摘要: 1 modern software development is all about processing large amounts of less-than-perfect data in real time to extract knowledge and actionable insight 阅读全文
posted @ 2017-11-07 11:21 PhoenixTree(梧桐树) 阅读(146) 评论(0) 推荐(0)