NN
Size: a a a
NN
NN
DY
KP
DY
KP
NN
DY
/add/add (controller/action)
в итоге адрес будет domen/add/add
и должно выполниться действие, а выходит domen/add?param=value
, если пишу method="POST" в форме то вроде как работает, а в ajax нетj
const to = (str) => Array.from({ length: Math.pow(2, str.length - 1) }, (_, ii) => str.split('').reduce((acc, val, idx) => acc + val + (ii.toString(2).padStart(str.length - 1, '0')[idx] === '1' ? '.' : ''), ''))
KP
const to = (str) => Array.from({ length: Math.pow(2, str.length - 1) }, (_, ii) => str.split('').reduce((acc, val, idx) => acc + val + (ii.toString(2).padStart(str.length - 1, '0')[idx] === '1' ? '.' : ''), ''))
KP
const to = (str) => Array.from({ length: Math.pow(2, str.length - 1) }, (_, ii) => str.split('').reduce((acc, val, idx) => acc + val + (ii.toString(2).padStart(str.length - 1, '0')[idx] === '1' ? '.' : ''), ''))
ПП
KP
j
DY
СБ
L
const to = (str) => Array.from({ length: Math.pow(2, str.length - 1) }, (_, ii) => str.split('').reduce((acc, val, idx) => acc + val + (ii.toString(2).padStart(str.length - 1, '0')[idx] === '1' ? '.' : ''), ''))
🥥C
🥥C
M🇷