- 論壇徽章:
- 0
|
cat file
<!-- entryright_r 0x05 -->
<item key="cmd:0x05,0x01" value=" auth_type=0x7f" />
<item key="cmd:0x05,0x02" value=" auth_type=0x7f" />
<item key="cmd:0x05,0x04" value=" auth_type=0x7f" />
<item key="cmd:0x05,0x06" value=" auth_type=0x7f | auth_pass_through=1" />
<item key="cmd:0x05,0x07" value=" auth_type=0x7f" />
<!-- entryright_w 0x05 -->
<item key="cmd:0x05,0x03" value=" auth_type=0x7f" />
<item key="cmd:0x05,0x05" value=" auth_type=0x7f" />
<item key="cmd:0x05,0x08" value=" auth_type=0x7f" />
<!-- black_r 0x0a -->
<item key="cmd:0x0a,0x00" value=" auth_type=0x7f | qzone_protocol=1" />
<item key="cmd:0x0a,0x05" value=" auth_type=0x7f | qzone_protocol=1" />
<!-- black_w 0x0a -->
<item key="cmd:0x0a,0x01" value=" auth_type=0x7f | qzone_protocol=1" />
<item key="cmd:0x0a,0x02" value=" auth_type=0x7f | qzone_protocol=1" />
<item key="cmd:0x0a,0x03" value=" auth_type=0x7f | qzone_protocol=1" />
<item key="cmd:0x0a,0x04" value=" auth_type=0x7f | qzone_protocol=1" />
我要根據(jù)<!-- xxxxxx -->里面的xxxx關(guān)鍵字找出里面的特定關(guān)鍵字,比如說(shuō)根據(jù)black_w 0x0a我要找到:
0x0a,0x01
0x0a,0x02
0x0a,0x03
0x0a,0x04
怎么實(shí)現(xiàn)啊 |
|