ajax 질문좀 드리겠습니다 채택완료
익수야가자
4년 전
조회 2,168

리스폰값이 html로 넘어오는데
저기있는 잡아이디로 다시한번 ajax 전송을 보내고 싶은데
JobID 부분을 어떻게 배열로 설정해야할지 잘 모르겠습니다.
</p>
<p><html xmlns="<a href="http://www.w3.org/1999/xhtml">" target="_blank" rel="noopener noreferrer">http://www.w3.org/1999/xhtml"></a>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/Example.css" media="screen" />
<title>팝빌 SDK PHP 5.X Example.</title>
</head>
001130204744429112021050720210607 <body>
<div id="content">
<p class="heading1">Response</p>
<fieldset class="fieldset1">
<legend>수집 요청</legend>
<ul>
<li>jobID(작업아이디) : 021060715000000049</li>
</ul>
</fieldset>
</div>
</body>
</html></p>
<p>
리스폰으로 넘어오는 데이터입니다
</p>
<p> <body>
<div id="content">
<p class="heading1">Response</p>
<fieldset class="fieldset1">
<legend>수집 요청</legend>
<ul>
<?php
if ( isset($code) ) {
?>
<li>Response.code : <?php echo $code ?> </li>
<li>Response.message : <?php echo $message ?></li>
<?php
} else {
?>
<li>jobID(작업아이디) : <?php echo $jobID ?></li>
<?php
}
?>
</ul>
</fieldset>
</div>
</body></p>
<p>
이건 php 코드입니다
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인
클래스 명을 지정해 뒀고 클래스에 값으로 전송을 하기위해 필요한 코드가 어떻게 되나요 ㅠㅠ