回答編集履歴
1
ソースコードを修正しました
test
CHANGED
@@ -22,6 +22,8 @@
|
|
22
22
|
|
23
23
|
$command="python youtube.py ";
|
24
24
|
|
25
|
+
exec($command,$output);
|
26
|
+
|
25
27
|
```
|
26
28
|
|
27
29
|
|