我使用Laravel 5.6和maatwebsite(laravel-excel) 3.1,我的php是7.1
下面是ReportExport类:
<?php
namespace App\Exports;
use App\Report;
use Maatwebsite\Excel\Concerns\Exportable;
use Maatwebsite\Excel\Concerns\ShouldAutoSize;
use Illuminate\Contracts\View\View;
use Maatwebsite\Excel\Concerns\FromView;
use Maatweb
我试图用来自两个随机生成的数字play1和play2的两个值填充HTML表中的10帧,我可以填充前两个点,但之后我无法填充其余的,因为我无法更改变量newId1和newId2。 var controlVariable = 1;
function r(min, max){
return Math.floor(Math.random() * (max-min+1)) + min;
}
var min = 0;
var max = 10;
var play1;
var play2;
var frame = 1;
var newId1 = "s1f1";
var new