我的网址是/mithun/add.php?bc=3
“bc”是属性名称。我怎样才能传递这个值,以便它在屏幕上显示值 3 作为输入。
我的源代码:
<body>
<h1>Add new product</h1>
<form action="add.php" method="post">
Barcode: <input type="text" name="bc" />
<input type="submit" name="submit" value="submit" />
</form>
</body>
提前致谢。