PHP php에서 py(파이썬) 실행하기
페이지 정보

본문
$command = escapeshellcmd('python test.py');
$output = shell_exec($command);
echo $output;
$output = shell_exec($command);
echo $output;
추천0 비추천0
댓글목록
등록된 댓글이 없습니다.