|
CSDN的BLOG 获取不了栏目列表,请高人指点按
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_0" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="[分类ID]" />
<label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_0">[分类名称]</label><br />
获取不了栏目列表
就算改成_GlobalCategoryList_(*)也不行
这种列表怎样提取啊?新手求教
下面是源码
<span id="ctl00_cphContent_EntryEditor1_GlobalCategoryList">
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_0" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="91" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_0">Windows/.NET</label><br />
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_1" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="35" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_1">C/C++</label><br />
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_2" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="36" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_2">Java</label><br />
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_3" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="46" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_3">Web开发(脚本和动态语言)</label><br /><input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_4" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="80" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_4">Linux/Unix/BSD</label><br /><input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_5" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="47" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_5">数据库开发应用</label><br /><input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_6" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="51" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_6">游戏开发</label><br />
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_7" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="53" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_7">移动开发</label><br /><input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_8" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="44" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_8">汇编</label><br /><input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_9" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="56" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_9">软工与管理</label><br /><input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_10" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="58" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_10">网络与系统管理</label><br />
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_11" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="45" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_11">综合</label><br />
<input id="ctl00_cphContent_EntryEditor1_GlobalCategoryList_12" type="radio" name="ctl00$cphContent$EntryEditor1$GlobalCategoryList" value="" checked="checked" /><label for="ctl00_cphContent_EntryEditor1_GlobalCategoryList_12">不发表到CSDN技术中心</label></span>
</div> |
|