首页
编程
java
php
前端
首页
编程
java
php
前端
请问这个是什么意思啊
if ans_line in c.split(" "):
将c字符串以空格字符分割为数组列表,判断ans_line 是否在 这个数组列表中。
点击展开全文