查看完整版本 : 香討 「插入代碼」是否唔 work?

assembly.jc 2019-5-28 17:46

而家好似用[code] tag 好似貼唔到 code: 好似下面咁:

[code]
printf("hello, world");
[/code

如係加返 "]" 係最後個行,整段 code 會消失左,係咪有其他方法?

[[i] 本帖最後由 assembly.jc 於 2019-5-28 05:48 PM 編輯 [/i]]

萬家花色弟弟 2019-5-29 00:41

[quote]原帖由 [i]assembly.jc[/i] 於 2019-5-28 05:46 PM 發表 [url=https://www.discuss.com.hk/redirect.php?goto=findpost&pid=500079369&ptid=28246589][img]https://www.discuss.com.hk/images/common/back.gif[/img][/url]
而家好似用 tag 好似貼唔到 code: 好似下面咁:


printf("hello, world");
[/code

如係加返 "]" 係最後個行,整段 code 會消失左,係咪有其他方法? ... [/quote]


[code]
printf("hello, world");
[/code

111x111=12321 2019-5-29 02:31

Try try sin..... :D[code]printf("hello, world");[/code]

鄉貢仁 2019-5-29 07:55

[code]@echo off
setlocal EnableDelayedExpansion

set /A number=%1
set /A iter1=number/2

rem square root calc
set "sqrt="
for /L %%i in (1,1,20) do if not defined sqrt (
   set /A "iter2=number/iter1, iter1=(iter1+iter2)/2"
   if !iter2! geq !iter1! set /A "sqrt=(iter1+iter2)/2"
)
rem echo Sqrt(%number%) = %sqrt%

rem decimal part
set count=0
set /a sqr=sqrt*sqrt

if !sqr! gtr !number! set /a sqrt-=1, sqr=sqrt*sqrt

set digit=%sqrt%.

:dec
(   set /a count+=1
   if !count! GTR 5 goto next
   set /a number=(number-sqr^)*100, div=sqrt*2
   for /l %%i in (9,-1,0) do (
      set /a sqr=!div!%%i*%%i
      if !sqr! leq !number! (
         set sqrt=!sqrt!%%i
         goto dec
      )
   )
)   
:next   
   set sqrt=%sqrt:~-5%
   if %number% neq 0 set digit=%digit%%sqrt%
   echo Square Root of %1 is %digit%


exit /b 0[/code]

[[i] 本帖最後由 鄉貢仁 於 2019-5-29 07:59 AM 編輯 [/i]]

鄉貢仁 2019-5-29 08:05

真係唔得喔,[img]https://computer.discuss.com.hk/images/smilies/default/smile_39.gif[/img]
要用圖形顯示先貼到.

[[i] 本帖最後由 鄉貢仁 於 2019-5-29 08:09 AM 編輯 [/i]]

assembly.jc 2019-5-29 12:28

[quote]原帖由 [i]鄉貢仁[/i] 於 2019-5-29 08:05 AM 發表 [url=https://computer.discuss.com.hk/redirect.php?goto=findpost&pid=500105473&ptid=28246589][img]https://computer.discuss.com.hk/images/common/back.gif[/img][/url]
真係唔得喔,[img]https://computer.discuss.com.hk/images/smilies/default/smile_39.gif[/img]
要用圖形顯示先貼到. [/quote]
貼圖係電話睇,d 字好細隻。用 quote 好似得

[quote]
int main() {
   printf("hello, world);
   return(0);
}
[/quote]

唔知 quote 同 code tag 有咩分別呢?

煙民母親生賤種

*** 作者被禁止或刪除 內容自動屏蔽 ***

煙民母親生賤種

*** 作者被禁止或刪除 內容自動屏蔽 ***

assembly.jc 2019-5-30 13:14

[quote]原帖由 [i]煙民母親生賤種[/i] 於 2019-5-30 03:43 AM 發表 [url=https://computer.discuss.com.hk/redirect.php?goto=findpost&pid=500158812&ptid=28246589][img]https://computer.discuss.com.hk/images/common/back.gif[/img][/url]
quote 係可以有表情圖示碼, 或字型, 斜體, 顏色及  url auto recognition, 但 code 係純文字。:fst_011:




[/quote]

code tag 都出到表情同斜體,以前 c/c++ index,如: a[ i ] 成日出唔到,變晒斜體。Anyway, 依家都好小人貼 code 了,有無其實分別不大。

assembly.jc 2019-5-30 13:17

[quote]原帖由 [i]煙民母親生賤種[/i] 於 2019-5-30 03:41 AM 發表 [url=https://computer.discuss.com.hk/redirect.php?goto=findpost&pid=500158789&ptid=28246589][img]https://computer.discuss.com.hk/images/common/back.gif[/img][/url]
自從佢自把自為改版後, 及用左 cloudfare cdn 後, 就唔 work 了。自己去 D post code 既 site 貼條 link 出黎好過啦! :fst_005:
[/quote]
有時一二行 code,用 code tag 方便 d。

煙民母親生賤種

*** 作者被禁止或刪除 內容自動屏蔽 ***

alee001 2019-5-31 10:02

幾個月前已經貼唔到code...不如問版主好過啦?!

assembly.jc 2019-5-31 13:39

[quote]原帖由 [i]煙民母親生賤種[/i] 於 2019-5-31 02:33 AM 發表 [url=https://computer.discuss.com.hk/redirect.php?goto=findpost&pid=500208499&ptid=28246589][img]https://computer.discuss.com.hk/images/common/back.gif[/img][/url]
運作正常的話,係唔會出斜體同表情。反之就係運作不正常。:fst_011:



[/quote]
煙兄,你啱。咁一路都未正常過:smile_44:

petrovedvard0 2019-6-23 09:23

不如問版主好過啦
頁: [1]
查看完整版本: 香討 「插入代碼」是否唔 work?