回答
您可以使用strip_tags
<?php
$a = '<td>15</td>';
echo strip_tags($a);
謝謝很多。你真棒我的朋友hehehe – bambostar
好..!快樂編碼...! –
我認爲使用strip_tags
是很好的方式。
http://php.net/manual/fr/function.strip-tags.php [字符串中提取號碼]的
<?php
$a = '<td>15</td>';
$number = strip_tags($a);
?>
非常感謝你的幫助。 – bambostar
@bambostar謝謝你的幫助 –
- 1. 從字符串中提取HTML標記
- 2. javascript從字符串中提取html塊
- 3. 從字符串中提取HTML標記
- 4. 從HTML字符串中提取URL
- 5. 從html中提取子字符串:BASH
- 6. 從html文件中提取字符串
- 7. 從HTML文件中提取字符串
- 8. 從字符串中提取字符串
- 9. 從字符串中提取數字
- 10. iMacros:從字符串中提取數字
- 11. 從字符串中提取數字
- 12. 從字符串中提取數字
- 13. 從字符串中提取數字? Java
- 14. R - 從字符串中提取數字
- 15. 從字符串中提取數字
- 16. R:從字符串中提取數字
- 17. 從字符串中提取數字
- 18. Rapidminer從字符串中提取數字
- 19. 從字符串中提取數字
- 20. 從字符串中提取數字javascript
- 21. 從字符串中提取數字
- 22. Oracle:從字符串中提取數字
- 23. 使用html標記從字符串中提取子字符串
- 24. 從字符串中提取字符
- 25. 從字符串中提取字符
- 26. 從字符串中提取
- 27. 從字符串中提取
- 28. 從Python中的字符串數組中提取子字符串
- 29. 從URL提取數字(字符串)
- 30. 從字符串[]提取數字
可能的複製(https://stackoverflow.com/questions/6278296/extract-numbers-from-a-string) – androidnoobdev