我之前尝试用谷歌搜索问题,但没有找到有关如何通过使用方案检查URL http状态码是否为404的信息,请原谅我的问题是否可以预见。
答案 0 :(得分:2)
在web modules中,使用 <form action="insertPTO.php" method="post" class="form-horizontal alert
alert-warning" name="reqTimeOff" >
<h3>Request Form</h3>
<div class="form-group">
<label for="from">From * :</label>
<input type="date" class="form-control" ng-model="fromDate" | date:"MM/dd/yyyy" autofocus required />
</div>
<div class="form-group">
<p class="text-danger" ng-show="reqTimeOff.fromDate.$invalid && reqTimeOff.fromDate.$dirty">Please select a Date!</p>
</div>
和mm/dd/yyyy
模块:
(web response)
请注意,如果主机名无法解析,则将指示错误。