如何使用 webload javascript 从字符串中提取数字。
字符串为“已使用 EmployerID 677 创建了一个新雇主”
<td class = "message">
<div class = "toast">
A new Employer has been created with the EmployerID 677
<br>
</div>
</td>
我想从上面的字符串中只提取 677 。
注意:677 是一个动态值,每次创建新员工时都会更改。只需从字符串中提取生成的员工 ID