사용자: 최신글 스킨
This commit is contained in:
22
test.php
22
test.php
@ -1,8 +1,14 @@
|
||||
<?
|
||||
$qstr1 = "&stx=ddd&page=123";
|
||||
$qstr2 = "&stx=ddd&page=123&";
|
||||
$qstr3 = "&stx=ddd&page=&";
|
||||
$qstr3 = "&stx=ddd&page=x&";
|
||||
|
||||
echo preg_replace('#(&|&)?page\=[^&]*#', '', $qstr3);
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>ie6 테스트</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
a {display:block;position:relative;margin:100px;width:50px;height:50px;background:#ddd}
|
||||
a span {position:absolute;top:0;left:0;width:50px;height:50px;background:#000}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="#"><span></span>i can see your halo</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user