3
336764
Unregistered / Unconfirmed
GUEST, unregistred user!
if (Length(video_name)<8) OR (Length(video_name)>30) then
begin
showMessage('请输入视频名称。');
error := true;
end;
提示:if那行出错。写的是:[Pascal Error] MainDo.pas(185): E2008 Incompatible types
begin
showMessage('请输入视频名称。');
error := true;
end;
提示:if那行出错。写的是:[Pascal Error] MainDo.pas(185): E2008 Incompatible types