我正在尝试使用mPDF在PHP中生成PDF.我的文档的一部分必须是这样的:http://cloudandfun.com/Capture.PNG
所以我写了HTML:
<table style = "width:100%">
<tr>
<td>Appellation <br>(par ordre de préférence)</td>
<td style = "border:0px;">
<table style = "width:100%; border:0px;">
<tr style = "border:0px;"><th style = "border:0px;">Abréviation (S’il y a lieu)</th></tr>
</table>
<table style = "width:100%;border:0px;">
<tr style = " border:0px;">
<td style = "width:33%;border-bottom:0px;border-left:0px;">Abréviation</td>
<td style = "width:33%;border-bottom:0px;border-left:0px;">Facultative</td>
<td style = "width:33%;border-bottom:0px;border-left:0px;border-right:0px;">Obligatoire</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>1.</td>
<td>
<table style = "width:100%;border:0px;">
<tr style = " border:0px;">
<td style = "width:33%;border-bottom:0px;border-left:0px;border-top:0px;">--</td>
<td style = …Run Code Online (Sandbox Code Playgroud) 我想知道如何在序列图中设计一个没有"else"的if条件?我不知道是否必须使用替代方案,因为我只有一个案例或者什么都没有,所以我没有任何其他选择.谢谢您的回答.