搞定了,非常感谢![图片][图片]
php页面如何让两个输入框并列显示?需要让“昵称框”和“邮箱框”并列显示,如图: [图片] 源代码: <div id="comment-author-info"> <p class="comment-form-author"> <label for="author"><?php _e( '昵称', 'begin' ); ?><span class="required"><?php if ($req) echo "*"; ?></span></label> <input type="text" name="author" id="author" class="commenttext" value="<?php echo $comment_author; ?>" tabindex="2" /> </p> <p class="comment-form-email"> <label for="email"><?php _e( '邮箱', 'begin' ); ?><span class="required"><?php if ($req) echo "*"; ?></span></label> <input type="text" name="email" id="email" class="commenttext" value="<?php echo $comment_author_email; ?>" tabindex="3" /> </p> 代码视图: [图片]
2020-05-02谢谢
小程序报错:appJSON["tabBar"]["list"] 字段需为 array?附图: [图片] 请问具体解决方法,谢谢!
2019-12-03