取出HTML串中指定tag下的指定序号的文本,返回成序列 @param html HTML内容 @param tags 标签名数组 @param seqs 标签下的文本序号 @param subSeqs 子序号 @param opt 0:保留null值(缺省会去掉),p:解析文本为相应类型的数值 @return 序列
(String html, String []tags, int []seqs, int []subSeqs, String opt)
source not stored for this graph (policy: none)
no test coverage detected