Wrap text from bottom to top

后端 未结 8 888
长发绾君心
长发绾君心 2020-12-06 09:55

Anybody know how I could wrap the text in reverse order, from bottom to top? I attached an example image.

[\"\"

8条回答
  •  眼角桃花
    2020-12-06 10:39

    There is no general css solution for it. You must have to utilize help of any language. This is one of the solution using PHP:

    rb<", $exp);
    echo strrev($str);
    ?>
    

提交回复
热议问题