$pattern=array(
'/\[b\](.*)\[\/b\]/i',
'/\[i\](.*)\[\/i \]/iU',
'/\[u\](.*?)\[\/u\]/i',
'/\[color=(.*?)\](. *?)\[\/颜色\]/',
'/\[尺寸=(\d)\](.*?)\[\/尺寸\]/',
'/\[ qq\](\d{5,12})\[\/qq\]/',
);
//需要替换的UBB字符
$replace=array (
'<b>\\1</b><br/>',
'<i>\\1</i><br />',
'<u>\\1</u><br />',
'<font color="\\1">\\2</font><br />'' ,
'<字体大小=“\\1”>\\2<br />',
'
target="_blank">
</a>',
);
#
这是哪一章,请给出课程链接