Commit f5b32c61 by 周业恒

media_list

parent 5d3f8273
Pipeline #20519 passed with stages
in 58 seconds
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<script type="text/javascript"> <script type="text/javascript">
var media_export_name="<?php $export_values=""; foreach ($medias as $key => $media) {$export_values=$export_values."\r\n".$medias['_id']." ".$media['media_name'] } ?>" var media_export_name="<?php $export_values=""; foreach ($medias as $key => $media) { $export_values=$export_values."\r\n".$medias['_id']." ".$media['media_name']; } echo $export_values; ?>"
function export_media_id(){ function export_media_id(){
alert(media_export_name) alert(media_export_name)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment