Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
function mynl2br( $text ) {
return strtr( $text, array(
"\r\n" => '<br />',
"\r" => '<br />',
"\n" => '<br />')
);
}
dashe каза:Така както кода е дълъг и се разпува и това не е чак толкова приятно.
Не може ли да преминава на нов ред? :wink:
admin каза:dashe каза:Така както кода е дълъг и се разпува и това не е чак толкова приятно.
Не може ли да преминава на нов ред? :wink:
Как?
<script>
function select(precl){
document.GetElementsByClass(precl).select();
}
</script>
<div style="margin:10px 0 0 10px;color:#B9C2D4;display:table;">PHP code: </div><a href="select(prettyprint)">Маркирай кода</<pre class="prettyprint" id="PHP">...