String str = sum(target_details.target_1_n)
作为目标细节 上面的字符串如何使用目标
拆分单词str.split("target")
但它可以分为sum(target,_details.target_1_n)
as,详细信息
但我需要像sum(target_details.target_1_n)
那样对个别词进行分割,详情
答案 0 :(得分:2)
我实际上不确定你想要做什么,但如果你想用#34;等标记来分隔字符串。"或" _"你可以这样做:
result[0] = "something"
result[1] = "stuff"
它会返回一个这样的数组:
<form method="post" action="" id="submitform">
<fieldset>
<legend></legend>
<input type="checkbox" id="urban" name="pref" value="urban"><label for="urban">Urban (cities)</label>
<br>
<input type="checkbox" id="rural" name="pref" value="rural"><label for="rural">Rural</label>
<br>
<input type="checkbox" id="mountains" name="pref" value="mountains"><label for="mountains">Mountains</label>
<br>
<input type="checkbox" id="other" name="pref"><label for="other">Other</label><textarea rows="1" cols="20" style="resize:none;"></textarea>
</fieldset>
<input type="submit" value="Submit">
</form>