1、用用连接符号 . 和处理 ' " 的问题:'.变量在此.'
echo '<form><input name="L4" type="text" id="L4" value="'.$row4[2]. '" size="30" maxlength="30"> </form>';
2、echo
<input type="text" name="comment[]" style="width:110px;" class="form-control" id="inputname" placeholder="备注" value="<?php echo session('adminUser')['username'];?>" >