我有一个 php echo,我想为 width 属性使用一个变量以避免需要 if 语句。我尝试使用此代码:
<?php echo variable; ?>
它没有用。
这是我的代码:
echo "<div class='progress-bar progress-bar-success' role='progressbar' aria-valuenow='25' aria-valuemin='0' aria-valuemax='100' style='width: (Variable)'>";